home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 14112 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: mail2news.demon.co.uk!genesis.demon.co.uk
  2. From: Lawrence Kirby <fred@genesis.demon.co.uk>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: watcom c 10.5.. bug ?
  5. Date: Thu, 11 Apr 96 15:00:10 GMT
  6. Organization: none
  7. Message-ID: <829234810snz@genesis.demon.co.uk>
  8. References: <829065604snz@willen.demon.co.uk>
  9. Reply-To: fred@genesis.demon.co.uk
  10. X-NNTP-Posting-Host: genesis.demon.co.uk
  11. X-Newsreader: Demon Internet Simple News v1.27
  12. X-Mail2News-Path: genesis.demon.co.uk
  13.  
  14. In article <829065604snz@willen.demon.co.uk>
  15.            adrian@willen.demon.co.uk "Adrian Parker" writes:
  16.  
  17. >
  18. >Compiler is watcom 10.5a.
  19. >
  20. >I have a problem with a program I've been writing, and have tracked it 
  21. >down to the following..
  22. >
  23. >Compiling & running from msdos with   wcl work.c -ml -w4
  24. >
  25. >-ml = large model
  26. >-w4 = show all warnings
  27.  
  28. Check what support your compiler provides for object greater than 65535
  29. bytes in that memory model. I suggest you take this to
  30. comp.os.msdos.programmer since memory models are not part of the C
  31. language definition. The C language provides no guarantees for objects
  32. above 32767 bytes big (and virtually none below that).
  33.  
  34. -- 
  35. -----------------------------------------
  36. Lawrence Kirby | fred@genesis.demon.co.uk
  37. Wilts, England | 70734.126@compuserve.com
  38. -----------------------------------------
  39.